Skip to content

Commit

Permalink
Include docs in subdirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed May 18, 2016
1 parent 16d884b commit 76a66cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTRA_DIST = autogen.sh m4 configure platforms
SUBDIRS = src
SUBDIRS = src docs

ACLOCAL_AMFLAGS = -I m4

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl +------------------------
dnl | Initialize package info
dnl +------------------------
AC_INIT([HARP], [1.0-beta], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
AC_INIT([HARP], [1.0.0], [[email protected]], [harp], [https://theodorekisner.com/software/harp/])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit 76a66cc

Please sign in to comment.