Skip to content

Commit 76a66cc

Browse files
committed
Include docs in subdirs.
1 parent 16d884b commit 76a66cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTRA_DIST = autogen.sh m4 configure platforms
2-
SUBDIRS = src
2+
SUBDIRS = src docs
33

44
ACLOCAL_AMFLAGS = -I m4
55

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl +------------------------
55
dnl | Initialize package info
66
dnl +------------------------
7-
AC_INIT([HARP], [1.0-beta], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/])
7+
AC_INIT([HARP], [1.0.0], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/])
88
AC_CONFIG_SRCDIR([Makefile.am])
99
AM_INIT_AUTOMAKE([foreign])
1010
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)