X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=c97917d1b1a7b1a665f4e3b22a951e53ac3f2e93;hp=37564093d8895ceb81c821e20fed7f543a3acb98;hb=42e7ea6840cd66e4a136b6417bdee14e152fe140;hpb=91ea9c1805112233140a463256c89072121fc182 diff --git a/Makefile.am b/Makefile.am index 3756409..c97917d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,33 +119,20 @@ EXTRA_DIST = \ debian/shlibs.local \ debian/watch \ html/pod.css \ - html/recipes.css \ libguestfs.pc libguestfs.pc.in \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ - make-recipes.sh \ m4/.gitignore \ - recipes/LICENSE \ - recipes/README \ - recipes/*.html \ - recipes/*.sh \ - recipes/*.example \ run \ update-bugs.sh -# Recipes web page. -html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh - mkdir -p html - rm -f $@ $@-t - sh make-recipes.sh recipes/*.sh > $@-t - mv $@-t $@ - HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ html/guestfs-ocaml.3.html \ html/guestfs-perl.3.html \ html/guestfs-python.3.html \ + html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ @@ -165,9 +152,7 @@ HTMLFILES = \ html/virt-tar.1.html \ html/virt-tar-in.1.html \ html/virt-tar-out.1.html \ - html/virt-win-reg.1.html \ - html/recipes.html \ - html/pod.css html/recipes.css + html/virt-win-reg.1.html TEXTFILES = BUGS README RELEASE-NOTES ROADMAP TODO