Skip to content

Commit

Permalink
r19219@ata: rafl | 2005-11-05 18:20:14 +0100
Browse files Browse the repository at this point in the history
 * Make a conditional statement in config/gen/makefiles/docs.in portable on Win32.


git-svn-id: https://svn.parrot.org/parrot/trunk@9798 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Florian Ragwitz committed Nov 5, 2005
1 parent 9555775 commit b57124f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/gen/makefiles/docs.in
Expand Up @@ -9,7 +9,6 @@ PERL = ${perl}
RM_F = ${rm_f}
# Make directory; do not die if dir exists.
MKDIR = $(PERL) -e ${PQ}-d or mkdir $$_,0777 or die foreach @ARGV${PQ}
NEW_PERLDOC = ${new_perldoc}

# long list of .pod files
POD = ${pod}
Expand Down Expand Up @@ -51,8 +50,5 @@ html-clean:
$(PERL) -I../lib -MParrot::Distribution -e "Parrot::Distribution->new->delete_html_docs"

ops${slash}%.pod: ..${slash}ops${slash}%.ops
ifeq ($(NEW_PERLDOC), 1)
perldoc -ud $@ $<
else
perldoc -u $< > $@
endif
#CONDITIONED_LINE(new_perldoc): perldoc -ud $@ $<
#INVERSE_CONDITIONED_LINE(new_perldoc): perldoc -u $< > $@

0 comments on commit b57124f

Please sign in to comment.