Mercurial > noffle
comparison docs/Makefile.in @ 225:9fb4b7d7e64b noffle
[svn] * docs/Makefile.in: Add testing.txt to documents.
* NEWS: Updates for 1.1.1 release.
* configure.in: Change version to 1.1.1. Additional decoration to the
version is slowing down my release and RPM building. All Makefile.in
have been regenerated as has configure.
* packages/redhat/noffle.spec: Change version to 1.1.1.
* packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore,
packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec
and noffle-expire to the included in the tarball generated by 'make dist'.
author | bears |
---|---|
date | Sun, 09 Dec 2001 15:07:14 +0000 |
parents | b4f1731a6470 |
children | b67a1eaab41a |
comparison
equal
deleted
inserted
replaced
224:e9d3378edec7 | 225:9fb4b7d7e64b |
---|---|
68 SPOOLDIR = @SPOOLDIR@ | 68 SPOOLDIR = @SPOOLDIR@ |
69 VERSION = @VERSION@ | 69 VERSION = @VERSION@ |
70 | 70 |
71 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 | 71 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 |
72 | 72 |
73 EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm | 73 EXTRA_DIST = INTERNALS FAQ NOTES testing.txt ${man_MANS} $(PACKAGE).lsm |
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | 74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
75 CONFIG_HEADER = ../config.h | 75 CONFIG_HEADER = ../config.h |
76 CONFIG_CLEAN_FILES = | 76 CONFIG_CLEAN_FILES = |
77 man1dir = $(mandir)/man1 | 77 man1dir = $(mandir)/man1 |
78 man5dir = $(mandir)/man5 | 78 man5dir = $(mandir)/man5 |
257 install-data-local: | 257 install-data-local: |
258 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | 258 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) |
259 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) | 259 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) |
260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) | 260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) |
261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | 261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) |
262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(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: |
265 rm -f $(DOCDIR)/INTERNALS | 266 rm -f $(DOCDIR)/INTERNALS |
266 rm -f $(DOCDIR)/FAQ | 267 rm -f $(DOCDIR)/FAQ |
267 rm -f $(DOCDIR)/NOTES | 268 rm -f $(DOCDIR)/NOTES |
269 rm -f $(DOCDIR)/testing.txt | |
268 rm -f $(DOCDIR)/$(PACKAGE).lsm | 270 rm -f $(DOCDIR)/$(PACKAGE).lsm |
269 | 271 |
270 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 272 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
271 # Otherwise a system limit (for SysV at least) may be exceeded. | 273 # Otherwise a system limit (for SysV at least) may be exceeded. |
272 .NOEXPORT: | 274 .NOEXPORT: |