Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2017-10-23 03:28:08 +02:00
parent 3fef972a6b
commit 764818216a
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@ dist:
$(PACKAGE)-$(VERSION)/doc/scripts/docbook.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/docbook.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/gettext.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/gettext.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/gtkdoc.sh \ $(PACKAGE)-$(VERSION)/doc/scripts/gtkdoc.sh \
$(PACKAGE)-$(VERSION)/doc/scripts/htmllint.sh \
$(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 \

View File

@ -24,6 +24,8 @@ install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 gtkdoc.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh $(INSTALL) -m 0644 gtkdoc.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 htmllint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/htmllint.sh
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 manual.css.xml $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml $(INSTALL) -m 0644 manual.css.xml $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/manual.css.xml
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts $(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure/scripts
$(INSTALL) -m 0644 phplint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh $(INSTALL) -m 0644 phplint.sh $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/phplint.sh
@ -46,6 +48,7 @@ uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/docbook.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/docbook.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gettext.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gettext.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh $(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/gtkdoc.sh
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/scripts/htmllint.sh
$(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