Skip to content
Snippets Groups Projects
Commit 5507f4db authored by chrfranke's avatar chrfranke
Browse files

Makefile.am: Remove 'uninstall-docsDATA' target to fix

'make distcheck' with automake 1.11.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2866 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 507220b7
Branches
No related tags found
No related merge requests found
...@@ -42,6 +42,10 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -42,6 +42,10 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Makefile.am: Remove 'uninstall-docsDATA' target to fix
'make distcheck' with automake 1.11. The 'make uninstall'
of examplescripts fails if docdir does no longer exist.
[CF] Remove 'scsiata.h'. The 'scsiata.cpp' module now implements [CF] Remove 'scsiata.h'. The 'scsiata.cpp' module now implements
parts of 'dev_interface.h'. parts of 'dev_interface.h'.
......
...@@ -267,6 +267,7 @@ MAINTAINERCLEANFILES = \ ...@@ -267,6 +267,7 @@ MAINTAINERCLEANFILES = \
$(srcdir)/configure \ $(srcdir)/configure \
$(srcdir)/config.guess \ $(srcdir)/config.guess \
$(srcdir)/config.h.in \ $(srcdir)/config.h.in \
$(srcdir)/config.h.in~ \
$(srcdir)/config.sub \ $(srcdir)/config.sub \
$(srcdir)/depcomp \ $(srcdir)/depcomp \
$(srcdir)/install-sh \ $(srcdir)/install-sh \
...@@ -400,9 +401,6 @@ install-initdDATA : $(initd_DATA_install) ...@@ -400,9 +401,6 @@ install-initdDATA : $(initd_DATA_install)
uninstall-initdDATA: $(initd_DATA_uninstall) uninstall-initdDATA: $(initd_DATA_uninstall)
uninstall-docsDATA:
rm -rf $(DESTDIR)$(docsdir)
if ENABLE_DRIVEDB if ENABLE_DRIVEDB
MAN_DRIVEDB = sed "s|/usr/local/share/smartmontools/drivedb\\.h|$(drivedbdir)/drivedb.h|g" MAN_DRIVEDB = sed "s|/usr/local/share/smartmontools/drivedb\\.h|$(drivedbdir)/drivedb.h|g"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment