/[xlog]/xlog/Makefile.am
ViewVC logotype

Diff of /xlog/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by pa4tu, Sat Jan 18 08:30:51 2003 UTC revision 1.9 by pa4tu, Sat Jan 18 12:31:29 2003 UTC
# Line 10  EXTRA_DIST = mkinstalldirs  config.rpath Line 10  EXTRA_DIST = mkinstalldirs  config.rpath
10          xlog.spec \          xlog.spec \
11          FAQ          FAQ
12    
13    CLEANFILES = *~
14    
15  install-data-local:  install-data-local:
16          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
17    
18          if test -d $(srcdir)/pixmaps; then \          if test -d $(srcdir)/pixmaps; then \
19                  $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \                  $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
20                  for pixmap in $(srcdir)/pixmaps/*; do \                  for pixmap in $(srcdir)/pixmaps/*; do \
# Line 51  install-data-local: Line 53  install-data-local:
53                  $(INSTALL_DATA) xlog.1 $(DESTDIR)$(mandir)/man1; \                  $(INSTALL_DATA) xlog.1 $(DESTDIR)$(mandir)/man1; \
54          fi          fi
55    
56            install -m 0644 FAQ $(DESTDIR)$(pkgdatadir)
57            install -m 0644 README $(DESTDIR)$(pkgdatadir)
58            install -m 0644 TODO $(DESTDIR)$(pkgdatadir)
59            install -m 0644 AUTHORS $(DESTDIR)$(pkgdatadir)
60            install -m 0644 THANKS $(DESTDIR)$(pkgdatadir)
61    
62  dist-hook:  dist-hook:
63          if test -d pixmaps; then \          if test -d pixmaps; then \
64                  mkdir $(distdir)/pixmaps; \                  mkdir $(distdir)/pixmaps; \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26