Changeset 3451 for trunk/doc/Makefile.am

Show
Ignore:
Timestamp:
04/01/08 19:58:30 (9 months ago)
Author:
alonbl
Message:

More separate srcdir fixups, make distcheck work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r3450 r3451  
    7777 
    7878endif 
     79else 
     80 
     81 
     82html.out/*: 
     83        $(LN_S) "$(srcdir)/html.out" html.out 
     84 
     85man.out/*.1: 
     86        $(LN_S) "$(srcdir)/man.out" man.out 
     87 
     88man.out/*.3 man.out/*.5:        man.out/*.1 
     89 
    7990endif 
    8091