- Timestamp:
- 01/01/09 21:06:55 (3 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
nonpersistent/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r1028 r1098 14 14 15 15 16 api.out/html/*: \17 $(top_srcdir)/src/include/openct/*.h \16 api.out/html/*: api.out 17 api.out: $(top_srcdir)/src/include/openct/*.h \ 18 18 $(srcdir)/*.gif \ 19 19 doxygen.conf -
trunk/doc/nonpersistent/Makefile.am
r1075 r1098 11 11 if SVN_CHECKOUT 12 12 13 wiki.out/*: 13 wiki.out/*: wiki.out 14 wiki.out: 15 -rm -fr wiki.out 14 16 test -n "$(WGET)" -a -n "$(SED)" -a -n "$(TR)" -a -n "$(XSLTPROC)" 15 17 WGET="$(WGET)" WGET_OPTS="$(WGET_OPTS)" SED="$(SED)" TR="$(TR)" XSLTPROC="$(XSLTPROC)" \ … … 34 36 else 35 37 36 wiki.out/*: 38 wiki.out/*: $(abs_builddir)/wiki.out 39 $(abs_builddir)/wiki.out: 37 40 $(LN_S) "$(srcdir)/wiki.out" wiki.out 38 41
Note: See TracChangeset
for help on using the changeset viewer.
