Mercurial > noffle
comparison docs/Makefile.in @ 99:651334f85995 noffle
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
that it is included in the distribution by 'make distcheck'.
* docs/NOTES: Added info about pan versions 0.7.6 and 0.8
author | uh1763 |
---|---|
date | Sat, 20 May 2000 21:14:13 +0100 |
parents | 32ba1198c6fa |
children | 8b9366fc1361 |
comparison
equal
deleted
inserted
replaced
98:0428aed4f9d0 | 99:651334f85995 |
---|---|
69 SPOOLDIR = @SPOOLDIR@ | 69 SPOOLDIR = @SPOOLDIR@ |
70 VERSION = @VERSION@ | 70 VERSION = @VERSION@ |
71 | 71 |
72 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 | 72 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 |
73 | 73 |
74 EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm | 74 EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm |
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | 75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
76 CONFIG_HEADER = ../config.h | 76 CONFIG_HEADER = ../config.h |
77 CONFIG_CLEAN_FILES = | 77 CONFIG_CLEAN_FILES = |
78 man1dir = $(mandir)/man1 | 78 man1dir = $(mandir)/man1 |
79 man5dir = $(mandir)/man5 | 79 man5dir = $(mandir)/man5 |
255 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | 255 maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
256 | 256 |
257 | 257 |
258 install-data-local: | 258 install-data-local: |
259 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | 259 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) |
260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) | |
260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) | 261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) |
261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | 262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) |
262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) | 263 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) |
263 | 264 |
264 uninstall-local: | 265 uninstall-local: |
266 rm -f $(DOCDIR)/INTERNALS | |
265 rm -f $(DOCDIR)/FAQ | 267 rm -f $(DOCDIR)/FAQ |
266 rm -f $(DOCDIR)/NOTES | 268 rm -f $(DOCDIR)/NOTES |
267 rm -f $(DOCDIR)/$(PACKAGE).lsm | 269 rm -f $(DOCDIR)/$(PACKAGE).lsm |
268 | 270 |
269 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 271 # Tell versions [3.59,3.63) of GNU make to not export all variables. |