Skip to content

Commit

Permalink
Experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed May 2, 2024
1 parent 755d431 commit d740be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps):
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
echo "xxxxx Checking Doxyfile: xxxxx" # XXX: DEBUG CODE
grep INCLUDE_PATH Doxyfile # XXX: DEBUG CODE

mostlyclean-libtool:
-rm -f *.lo
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def recursive_dir(path, relative_to):
'libpqxx': (
source_dir,
(
recursive_dir(source_dir / 'include', source_dir) +
recursive_dir(source_dir / 'src', source_dir)
)
),
Expand Down

0 comments on commit d740be1

Please sign in to comment.