Ticket #1216: tt1216-docs-makefile.patch

File tt1216-docs-makefile.patch, 0.6 KB (added by doughera, 12 years ago)
  • config/gen/makefiles/docs.in

    old new  
    1818# 
    1919 
    2020# The default target 
    21 all: doc-prep packfile-c.pod $(POD) 
     21all: packfile-c.pod $(POD) 
    2222 
    2323# This is a listing of all targets, that are meant to be called by users 
    2424# Most of them are proxied in the root makefile parrot/Makefile 
     
    3333        @echo "  html-clean:        Remove the generated HTML documentation." 
    3434        @echo "" 
    3535 
     36$(POD): doc-prep 
     37 
    3638doc-prep: 
    3739        $(MKPATH) ops 
    3840