Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2015-06-08 03:25:05 +02:00
parent 6fb566ebdb
commit 36bc0d0888
2 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@ dist:
$(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \ $(PACKAGE)-$(VERSION)/doc/scripts/manual.css.xml \
$(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/phplint.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pkgconfig.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/platform.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/pylint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/pylint.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/shlint.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/shlint.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/subst.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/subst.sh \

View File

@ -28,6 +28,8 @@ install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh $(INSTALL) -m 0644 pkgconfig.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pkgconfig.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(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 $(INSTALL) -m 0644 pylint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/pylint.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 shlint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh $(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/manual.css.xml
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh $(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/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/pylint.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/shlint.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/subst.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/subst.sh