Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. diff -ur b/autodocs-cc-base.ami a/autodocs-cc-base.ami
  2. --- b/autodocs-cc-base.ami 2009-11-26 00:02:42.623663974 +0100
  3. +++ a/autodocs-cc-base.ami 2009-11-26 00:04:56.680664550 +0100
  4. @@ -15,7 +15,7 @@
  5. AUTODOCS_CC ?= $(srcdir)/../../src
  6. AUTODOCS_DEPS ?= $(AUTODOCS_CC)/*.h
  7.  
  8. -html_data = index.html $(filter-out index.html, $(wildcard *.html *.png)) doxygen.css @RPMNAME@.tag
  9. +html_data = $(filter-out index.html, $(wildcard *.html *.png)) doxygen.css @RPMNAME@.tag
  10. CLEANFILES = $(html_data) doxygen.log doxygen.conf installdox
  11.  
  12. doxygen.css @RPMNAME@.tag: index.html
  13. diff -ur b/autodocs-ycp.ami a/autodocs-ycp.ami
  14. --- b/autodocs-ycp.ami 2009-11-26 00:02:42.609664435 +0100
  15. +++ a/autodocs-ycp.ami 2009-11-26 00:05:07.410664471 +0100
  16. @@ -15,7 +15,7 @@
  17.  
  18. htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
  19.  
  20. -html_DATA = index.html $(filter-out index.html, $(wildcard *.html))
  21. +html_DATA = $(filter-out index.html, $(wildcard *.html))
  22. CLEANFILES = $(html_DATA) pod2htm*.tmp
  23.  
  24. AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp)
Add Comment
Please, Sign In to add comment