From 36bc0d0888c0569925b54ce838319f9d57c58a40 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 8 Jun 2015 03:25:05 +0200 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 1 + doc/scripts/Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0cc2c36..8f7799b 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ dist: $(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \ $(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \ + $(PACKAGE)-$(VERSION)/doc/scripts/platform.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pylint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/shlint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/subst.sh \ diff --git a/doc/scripts/Makefile b/doc/scripts/Makefile index 2e9713e..97912d0 100644 --- a/doc/scripts/Makefile +++ b/doc/scripts/Makefile @@ -28,6 +28,8 @@ install: $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts + $(INSTALL) -m 0644 platform.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh + $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 pylint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(INSTALL) -m 0644 shlint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh @@ -44,6 +46,7 @@ uninstall: $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh + $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/platform.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/subst.sh