Skip to content

Commit

Permalink
Fix scrollkeeper check
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdf committed Apr 30, 2019
1 parent a2d29f5 commit e6d9232
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/user/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ noinst_SCRIPTS=$(OMF)


$(OMF): $(OMF).in
if [ -x `which scrollkeeper-preinstall` ]; then \
scrollkeeper-preinstall file:$(datadir)/doc/$(PACKAGE_NAME)/user/bless-manual.xml $(OMF).in $(OMF); \
else \
cp $(OMF).in $(OMF); \
fi
if WITH_SCROLLKEEPER
scrollkeeper-preinstall file:$(datadir)/doc/$(PACKAGE_NAME)/user/bless-manual.xml $(OMF).in $(OMF)
else
cp $(OMF).in $(OMF)
endif

doc:
xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl bless-manual.xml
Expand Down

0 comments on commit e6d9232

Please sign in to comment.