~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to common/gtk-doc.mak

* New upstream pre-release:
  + debian/control:
    - Update dependencies.
* debian/control:
  + Update Standards-Version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        rm -f html/version.entities
142
142
        test "x$(HTML_IMAGES)" = "x" || for i in "" $(HTML_IMAGES) ; do \
143
143
            if test "$$i" != ""; then cp $(srcdir)/$$i html ; fi; done
144
 
        @echo '-- Fixing Crossreferences' 
 
144
        @echo '-- Fixing Crossreferences'
145
145
        gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
146
146
        touch html-build.stamp
147
147
 
160
160
        rm -f *~ *.bak
161
161
        rm -rf .libs
162
162
 
163
 
# company: don't delete .sgml and -sections.txt as they're in CVS
 
163
# company: don't delete .sgml and -sections.txt as they're in git
164
164
# FIXME : thomas added all sgml files and some other things to make
165
165
# make distcheck work
166
166
distclean-local:
204
204
          fi; \
205
205
          (which gtkdoc-rebase >/dev/null && \
206
206
            gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \
207
 
        fi) 
 
207
        fi)
208
208
uninstall-local:
209
209
        if test -d $(DESTDIR)$(TARGET_DIR); then \
210
210
          rm -rf $(DESTDIR)$(TARGET_DIR)/*; \