Skip to content

Commit

Permalink
Install docs to non-generic name
Browse files Browse the repository at this point in the history
Previously, README.md was installed to .../doc/extension/README.md which
conflicts with other extensions doing the same mistake. Fix by adding a
symlink q3c.md and using that in DOCS. Keep the original README.md name
to please GitHub.

Debian Bug: https://bugs.debian.org/1073800
  • Loading branch information
df7cb committed Jun 19, 2024
1 parent a3297b0 commit 44a3418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ EXTVERSION := $(shell grep default_version $(EXTENSION).control | \
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")


DOCS = README.md
DOCS = q3c.md
OBJS = dump.o q3c.o q3c_poly.o q3cube.o
MODULE_big = q3c
DATA = $(wildcard scripts/*sql)
Expand Down
1 change: 1 addition & 0 deletions q3c.md

0 comments on commit 44a3418

Please sign in to comment.