diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 6068724d380..d3b6a0bf380 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * Makefile.in (install-strip): New target. + 2010-06-08 Nick Clifton <nickc@redhat.com> * standards.texi: Import current version from gnustandards diff --git a/etc/Makefile.in b/etc/Makefile.in index e910ad4c355..0d19c13e6e5 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf HTMLFILES = standards.html configure.html all: info -install: install-info +install install-strip: install-info uninstall: |