IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 136


Ignore:
Timestamp:
Mar 2, 2004, 12:48:17 PM (22 years ago)
Author:
rhl
Message:

Fix "empty" target when more than one .pdf file is present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile

    r134 r136  
    1313
    1414empty : clean
    15         @for f in `find . -maxdepth 1 -name *.pdf`; do \
     15        @for f in `find . -maxdepth 1 -name \*.pdf`; do \
    1616            if [ -f `echo $$f | sed 's/pdf/tex/'` ]; then \
    1717                echo $(RM) $$f; \
Note: See TracChangeset for help on using the changeset viewer.